Source: dtkcore
Section: devel
Priority: optional
-Maintainer: Deepin Sysdev <sysdev@deepin.com>
-Build-Depends: debhelper (>= 9), qt5-default, pkg-config,
- qttools5-dev-tools, qtbase5-private-dev
-Standards-Version: 3.9.6
+Maintainer: Debian Deepin Packaging Team <pkg-deepin@lists.alioth.debian.org>
+Uploaders:
+ Boyuan Yang <073plan@gmail.com>,
+Build-Depends:
+ debhelper (>= 10~),
+ pkg-config,
+ qtbase5-dev,
+ qtbase5-private-dev,
+ qttools5-dev-tools,
+Standards-Version: 4.0.0
-Package: libdtkcore
+Package: libdtkcore1
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
Multi-Arch: same
Description: Deepin Tool Kit Core library
DtkCore is base library of Deepin Qt/C++ applications.
.
+ This package is part of DDE (Deepin Desktop Environment).
+ .
This package contains the shared libraries.
Package: libdtkcore-dev
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libdtkcore( =${binary:Version})
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
Description: Deepin Tool Kit Core Devel library
DtkCore is base devel library of Deepin Qt/C++ applications.
.
- This package contains the header files and static libraries of DtkCore
+ This package is part of DDE (Deepin Desktop Environment).
+ .
+ This package contains the header files and static libraries of DtkCore.
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: deepin-tool-kit
-Source: https://github.com/linuxdeepin/deepin-tool-kit
+Upstream-Name: dtkcore
+Source: https://github.com/linuxdeepin/dtkcore
Files: *
Copyright: Deepin Technology Co., Ltd.
+License: GPL-3+
+
+Files: debian/*
+Copyright: Deepin Technology Co., Ltd.
+ 2017, Boyuan Yang <073plan@gmail.com>
+License: GPL-3+
+
License: GPL-3+
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
#!/usr/bin/make -f
-DPKG_EXPORT_BUILDFLAGS = 1
-include /usr/share/dpkg/default.mk
-export QT_SELECT = qt5
+# -*- makefile -*-
+# Uncomment this to turn on verbose mode.
+# export DH_VERBOSE=1
+
+# see FEATURE AREAS in dpkg-buildflags(1)
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+export QT_SELECT := 5
+
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+
%:
- dh $@ --parallel
+ dh $@
override_dh_auto_configure:
dh_auto_configure -- LIB_INSTALL_DIR=/usr/lib/$(DEB_HOST_MULTIARCH)